[INFO] cloning repository https://github.com/sandmor/reactor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sandmor/reactor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandmor%2Freactor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandmor%2Freactor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a405b99c1191f29a46c2d98a2e3f7faf12a61eaa
[INFO] checking sandmor/reactor/a405b99c1191f29a46c2d98a2e3f7faf12a61eaa against master#b52edc25bfbaa955b4b83c10f998e5224c3478b2 for pr-156776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsandmor%2Freactor" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sandmor/reactor
[INFO] finished tweaking git repo https://github.com/sandmor/reactor
[INFO] tweaked toml for git repo https://github.com/sandmor/reactor written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sandmor/reactor on toolchain b52edc25bfbaa955b4b83c10f998e5224c3478b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b52edc25bfbaa955b4b83c10f998e5224c3478b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sandmor/reactor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b52edc25bfbaa955b4b83c10f998e5224c3478b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/redox-os/orbtk`
[INFO] [stderr]     Updating git repository `https://gitlab.redox-os.org/redox-os/dces-rust.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/jrmuizel/raqote.git`
[INFO] [stderr]     Updating git repository `https://gitlab.redox-os.org/redox-os/orbclient.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded instant v0.1.7
[INFO] [stderr]   Downloaded rust_decimal v1.8.1
[INFO] [stderr]   Downloaded tree_magic v0.2.3
[INFO] [stderr]   Downloaded unidiff v0.3.3
[INFO] [stderr]   Downloaded version-compare v0.0.10
[INFO] [stderr]   Downloaded syn v1.0.42
[INFO] [stderr]   Downloaded ab_glyph_rasterizer v0.1.3
[INFO] [stderr]   Downloaded miniz_oxide v0.4.2
[INFO] [stderr]   Downloaded sdl2 v0.34.3
[INFO] [stderr]   Downloaded cc v1.0.60
[INFO] [stderr]   Downloaded sw-composite v0.7.13
[INFO] [stderr]   Downloaded flate2 v1.0.18
[INFO] [stderr]   Downloaded lyon_geom v0.15.3
[INFO] [stderr]   Downloaded sdl2-sys v0.34.3
[INFO] [stderr]   Downloaded case v1.0.0
[INFO] [stderr]   Downloaded blake2b_simd v0.5.10
[INFO] [stderr]   Downloaded notify v5.0.0-pre.3
[INFO] [stderr]   Downloaded fern v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b52edc25bfbaa955b4b83c10f998e5224c3478b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 67af28773b48f47430558d50d708921cb9ec72a820a91e96013d8b46ddcc1bd2
[INFO] running `Command { std: "docker" "start" "-a" "67af28773b48f47430558d50d708921cb9ec72a820a91e96013d8b46ddcc1bd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67af28773b48f47430558d50d708921cb9ec72a820a91e96013d8b46ddcc1bd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67af28773b48f47430558d50d708921cb9ec72a820a91e96013d8b46ddcc1bd2", kill_on_drop: false }`
[INFO] [stdout] 67af28773b48f47430558d50d708921cb9ec72a820a91e96013d8b46ddcc1bd2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b52edc25bfbaa955b4b83c10f998e5224c3478b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 309ba2bfe835f8eb6a2d9d12b63c366922cbb7914487f8775411775b438aed44
[INFO] running `Command { std: "docker" "start" "-a" "309ba2bfe835f8eb6a2d9d12b63c366922cbb7914487f8775411775b438aed44", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.79
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v1.0.42
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.116
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.2
[INFO] [stderr]    Compiling encoding_rs v0.8.24
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling serde v1.0.116
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling siphasher v0.3.3
[INFO] [stderr]    Compiling cc v1.0.60
[INFO] [stderr]    Compiling rayon-core v1.8.1
[INFO] [stderr]    Compiling version-compare v0.0.10
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling filetime v0.2.12
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling cmake v0.1.44
[INFO] [stderr]     Checking smallvec v1.4.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling tar v0.4.30
[INFO] [stderr]    Compiling rayon v1.4.1
[INFO] [stderr]     Checking arrayvec v0.5.1
[INFO] [stderr]    Compiling flate2 v1.0.18
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling num-rational v0.3.0
[INFO] [stderr]    Compiling num-iter v0.1.41
[INFO] [stderr]    Compiling lexical-core v0.7.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking crossbeam-channel v0.4.4
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking euclid v0.20.14
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking lzw v0.10.0
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling sdl2 v0.34.3
[INFO] [stderr]     Checking color_quant v1.0.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking weezl v0.1.1
[INFO] [stderr]     Checking ttf-parser v0.6.2
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking sw-composite v0.7.13
[INFO] [stderr]     Checking bytemuck v1.4.1
[INFO] [stderr]     Checking gif v0.11.1
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.3
[INFO] [stderr]     Checking tiff v0.5.0
[INFO] [stderr]     Checking typed-arena v2.0.1
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking png v0.16.7
[INFO] [stderr]     Checking lyon_geom v0.15.3
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking dirs-sys v0.3.5
[INFO] [stderr]    Compiling orbtk_utils v0.3.1-alpha4 (https://github.com/redox-os/orbtk?branch=develop#b63a7591)
[INFO] [stderr]    Compiling indexmap v1.6.0
[INFO] [stderr]    Compiling case v1.0.0
[INFO] [stderr]     Checking dces v0.3.1 (https://gitlab.redox-os.org/redox-os/dces-rust.git?branch=develop#df014f1e)
[INFO] [stderr]    Compiling unidiff v0.3.3
[INFO] [stderr]     Checking dirs v3.0.1
[INFO] [stderr]     Checking raqote v0.8.1-alpha.0 (https://github.com/jrmuizel/raqote.git#d21bcdaa)
[INFO] [stderr]     Checking owned_ttf_parser v0.6.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.35
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking rusttype v0.9.2
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 | /             cleanup_system
[INFO] [stdout] 31 | |                 .system
[INFO] [stdout] 32 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 25 |     E: EntityStore + 'static,
[INFO] [stdout]    |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `C` may not live long enough
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 | /             cleanup_system
[INFO] [stdout] 31 | |                 .system
[INFO] [stdout] 32 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `C` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `C` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 26 |     C: ComponentStore + 'static
[INFO] [stdout]    |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 | /             cleanup_system
[INFO] [stdout] 31 | |                 .system
[INFO] [stdout] 32 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl<E, C, Ctx: 'static> Drop for World<E, C, Ctx>
[INFO] [stdout]    |               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  46 |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `C` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `C` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `C` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  47 |     C: ComponentStore + 'static
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<E, C, Ctx: 'static> World<E, C, Ctx>
[INFO] [stdout]     |               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | /                 self.system_store
[INFO] [stdout] 124 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 125 | |                     .unwrap()
[INFO] [stdout] 126 | |                     .system
[INFO] [stdout] 127 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  46 |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `C` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | /                 self.system_store
[INFO] [stdout] 124 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 125 | |                     .unwrap()
[INFO] [stdout] 126 | |                     .system
[INFO] [stdout] 127 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `C` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `C` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  47 |     C: ComponentStore + 'static
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | /                 self.system_store
[INFO] [stdout] 124 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 125 | |                     .unwrap()
[INFO] [stdout] 126 | |                     .system
[INFO] [stdout] 127 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<E, C, Ctx: 'static> World<E, C, Ctx>
[INFO] [stdout]     |               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 init_system.system.run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  46 |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `C` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 init_system.system.run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `C` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `C` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  47 |     C: ComponentStore + 'static
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |                 init_system.system.run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<E, C, Ctx: 'static> World<E, C, Ctx>
[INFO] [stdout]     |               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 | /                 self.system_store
[INFO] [stdout] 145 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 146 | |                     .unwrap()
[INFO] [stdout] 147 | |                     .system
[INFO] [stdout] 148 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  46 |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `C` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 | /                 self.system_store
[INFO] [stdout] 145 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 146 | |                     .unwrap()
[INFO] [stdout] 147 | |                     .system
[INFO] [stdout] 148 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `C` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `C` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  47 |     C: ComponentStore + 'static
[INFO] [stdout]     |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dces-rust-2769eccf6581878f/df014f1/src/world.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 | /                 self.system_store
[INFO] [stdout] 145 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 146 | |                     .unwrap()
[INFO] [stdout] 147 | |                     .system
[INFO] [stdout] 148 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<E, C, Ctx: 'static> World<E, C, Ctx>
[INFO] [stdout]     |               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dces` (lib) due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let bytes = bits / Limb::BITS;
[INFO] [stdout]    |                        ^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot divide `usize` by `u32`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let bytes = bits / Limb::BITS;
[INFO] [stdout]    |                      ^ no implementation for `usize / u32`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Div<u32>` is not implemented for `usize`
[INFO] [stdout]    = help: the following other types implement trait `Div<Rhs>`:
[INFO] [stdout]              `&usize` implements `Div<usize>`
[INFO] [stdout]              `&usize` implements `Div`
[INFO] [stdout]              `usize` implements `Div<&usize>`
[INFO] [stdout]              `usize` implements `Div<NonZero<usize>>`
[INFO] [stdout]              `usize` implements `Div`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:157:55
[INFO] [stdout]     |
[INFO] [stdout] 157 |     let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: no implementation for `usize & u32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:157:53
[INFO] [stdout]     |
[INFO] [stdout] 157 |     let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
[INFO] [stdout]     |                                                     ^ no implementation for `usize & u32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `BitAnd<u32>` is not implemented for `usize`
[INFO] [stdout] help: the following other types implement trait `BitAnd<Rhs>`
[INFO] [stdout]    --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/bit.rs:174:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `usize` implements `BitAnd`
[INFO] [stdout]    ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/bit.rs:187:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]    --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:22:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&usize` implements `BitAnd<usize>`
[INFO] [stdout]    ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:33:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `usize` implements `BitAnd<&usize>`
[INFO] [stdout]    ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:44:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&usize` implements `BitAnd`
[INFO] [stdout]     = note: this error originates in the macro `bitand_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:175:40
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let (q, r) = shift.ceil_divmod(Limb::BITS);
[INFO] [stdout]     |                            ----------- ^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the return type of this call is `u32` due to the type of the argument passed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:175:22
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let (q, r) = shift.ceil_divmod(Limb::BITS);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^----------^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        this argument influences the return type of `ceil_divmod`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/util/num.rs:209:8
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn ceil_divmod(self, y: Self) -> (Self, i32) {
[INFO] [stdout]     |        ^^^^^^^^^^^       -------
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let (q, r) = shift.ceil_divmod(Limb::BITS.try_into().unwrap());
[INFO] [stdout]     |                                                  ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1043:42
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     let mut count = index.saturating_mul(Limb::BITS);
[INFO] [stdout]      |                           -------------- ^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/num/uint_macros.rs:2516:21
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/num/mod.rs:1448:4
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/num/mod.rs:1472:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     let mut count = index.saturating_mul(Limb::BITS.try_into().unwrap());
[INFO] [stdout]      |                                                    ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1058:28
[INFO] [stdout]      |
[INFO] [stdout] 1058 |     Limb::BITS.checked_mul(x.len())
[INFO] [stdout]      |                ----------- ^^^^^^^ expected `u32`, found `usize`
[INFO] [stdout]      |                |
[INFO] [stdout]      |                arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/num/uint_macros.rs:1287:21
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/num/mod.rs:1286:4
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/num/mod.rs:1310:5
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: you can convert a `usize` to a `u32` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout] 1058 |     Limb::BITS.checked_mul(x.len().try_into().unwrap())
[INFO] [stdout]      |                                   ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1059:22
[INFO] [stdout]      |
[INFO] [stdout] 1059 |         .map(|v| v - nlz)
[INFO] [stdout]      |                      ^^^ expected `u32`, found `usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1059:20
[INFO] [stdout]      |
[INFO] [stdout] 1059 |         .map(|v| v - nlz)
[INFO] [stdout]      |                    ^ no implementation for `u32 - usize`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Sub<usize>` is not implemented for `u32`
[INFO] [stdout] help: the following other types implement trait `Sub<Rhs>`
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:210:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:225:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:22:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub<u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:33:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub<&u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:44:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub`
[INFO] [stdout]      = note: this error originates in the macro `sub_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1060:20
[INFO] [stdout]      |
[INFO] [stdout] 1054 | pub fn bit_length(x: &[Limb]) -> usize {
[INFO] [stdout]      |                                  ----- this return type influences the call expression's return type
[INFO] [stdout] ...
[INFO] [stdout] 1060 |         .unwrap_or(usize::max_value())
[INFO] [stdout]      |          --------- ^^^^^^^^^^^^^^^^^^ expected `u32`, found `usize`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          arguments to this method are incorrect
[INFO] [stdout]      |
[INFO] [stdout] help: the return type of this call is `usize` due to the type of the argument passed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1058:5
[INFO] [stdout]      |
[INFO] [stdout] 1058 | /     Limb::BITS.checked_mul(x.len())
[INFO] [stdout] 1059 | |         .map(|v| v - nlz)
[INFO] [stdout] 1060 | |         .unwrap_or(usize::max_value())
[INFO] [stdout]      | |____________________------------------^
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      this argument influences the return type of `unwrap_or`
[INFO] [stdout] note: method defined here
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/option.rs:1035:17
[INFO] [stdout] help: you can convert a `usize` to a `u32` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout] 1060 |         .unwrap_or(usize::max_value().try_into().unwrap())
[INFO] [stdout]      |                                      ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1058:5
[INFO] [stdout]      |
[INFO] [stdout] 1054 |   pub fn bit_length(x: &[Limb]) -> usize {
[INFO] [stdout]      |                                    ----- expected `usize` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 1058 | /     Limb::BITS.checked_mul(x.len())
[INFO] [stdout] 1059 | |         .map(|v| v - nlz)
[INFO] [stdout] 1060 | |         .unwrap_or(usize::max_value())
[INFO] [stdout]      | |______________________________________^ expected `usize`, found `u32`
[INFO] [stdout]      |
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout] 1060 |         .unwrap_or(usize::max_value()).try_into().unwrap()
[INFO] [stdout]      |                                       ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1085:23
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     debug_assert!(n < bits && n != 0);
[INFO] [stdout]      |                   -   ^^^^ expected `usize`, found `u32`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   expected because this is `usize`
[INFO] [stdout]      |
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     debug_assert!(n < bits.try_into().unwrap() && n != 0);
[INFO] [stdout]      |                           ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1092:25
[INFO] [stdout]      |
[INFO] [stdout] 1092 |     let lshift = bits - n;
[INFO] [stdout]      |                         ^ expected `u32`, found `usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1092:23
[INFO] [stdout]      |
[INFO] [stdout] 1092 |     let lshift = bits - n;
[INFO] [stdout]      |                       ^ no implementation for `u32 - usize`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Sub<usize>` is not implemented for `u32`
[INFO] [stdout] help: the following other types implement trait `Sub<Rhs>`
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:210:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:225:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:22:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub<u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:33:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub<&u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:44:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub`
[INFO] [stdout]      = note: this error originates in the macro `sub_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1134:19
[INFO] [stdout]      |
[INFO] [stdout] 1134 |     let rem = n % bits;
[INFO] [stdout]      |                   ^^^^ expected `usize`, found `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot calculate the remainder of `usize` divided by `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1134:17
[INFO] [stdout]      |
[INFO] [stdout] 1134 |     let rem = n % bits;
[INFO] [stdout]      |                 ^ no implementation for `usize % u32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Rem<u32>` is not implemented for `usize`
[INFO] [stdout]      = help: the following other types implement trait `Rem<Rhs>`:
[INFO] [stdout]                `&usize` implements `Rem<usize>`
[INFO] [stdout]                `&usize` implements `Rem`
[INFO] [stdout]                `usize` implements `Rem<&usize>`
[INFO] [stdout]                `usize` implements `Rem<NonZero<usize>>`
[INFO] [stdout]                `usize` implements `Rem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1135:19
[INFO] [stdout]      |
[INFO] [stdout] 1135 |     let div = n / bits;
[INFO] [stdout]      |                   ^^^^ expected `usize`, found `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot divide `usize` by `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1135:17
[INFO] [stdout]      |
[INFO] [stdout] 1135 |     let div = n / bits;
[INFO] [stdout]      |                 ^ no implementation for `usize / u32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Div<u32>` is not implemented for `usize`
[INFO] [stdout]      = help: the following other types implement trait `Div<Rhs>`:
[INFO] [stdout]                `&usize` implements `Div<usize>`
[INFO] [stdout]                `&usize` implements `Div`
[INFO] [stdout]                `usize` implements `Div<&usize>`
[INFO] [stdout]                `usize` implements `Div<NonZero<usize>>`
[INFO] [stdout]                `usize` implements `Div`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1191:23
[INFO] [stdout]      |
[INFO] [stdout] 1191 |     debug_assert!(n < bits);
[INFO] [stdout]      |                   -   ^^^^ expected `usize`, found `u32`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   expected because this is `usize`
[INFO] [stdout]      |
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout] 1191 |     debug_assert!(n < bits.try_into().unwrap());
[INFO] [stdout]      |                           ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1201:25
[INFO] [stdout]      |
[INFO] [stdout] 1201 |     let rshift = bits - n;
[INFO] [stdout]      |                         ^ expected `u32`, found `usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1201:23
[INFO] [stdout]      |
[INFO] [stdout] 1201 |     let rshift = bits - n;
[INFO] [stdout]      |                       ^ no implementation for `u32 - usize`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Sub<usize>` is not implemented for `u32`
[INFO] [stdout] help: the following other types implement trait `Sub<Rhs>`
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:210:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:225:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:22:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub<u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:33:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub<&u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:44:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub`
[INFO] [stdout]      = note: this error originates in the macro `sub_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1253:19
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     let rem = n % bits;
[INFO] [stdout]      |                   ^^^^ expected `usize`, found `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot calculate the remainder of `usize` divided by `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1253:17
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     let rem = n % bits;
[INFO] [stdout]      |                 ^ no implementation for `usize % u32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Rem<u32>` is not implemented for `usize`
[INFO] [stdout]      = help: the following other types implement trait `Rem<Rhs>`:
[INFO] [stdout]                `&usize` implements `Rem<usize>`
[INFO] [stdout]                `&usize` implements `Rem`
[INFO] [stdout]                `usize` implements `Rem<&usize>`
[INFO] [stdout]                `usize` implements `Rem<NonZero<usize>>`
[INFO] [stdout]                `usize` implements `Rem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1254:19
[INFO] [stdout]      |
[INFO] [stdout] 1254 |     let div = n / bits;
[INFO] [stdout]      |                   ^^^^ expected `usize`, found `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot divide `usize` by `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1254:17
[INFO] [stdout]      |
[INFO] [stdout] 1254 |     let div = n / bits;
[INFO] [stdout]      |                 ^ no implementation for `usize / u32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Div<u32>` is not implemented for `usize`
[INFO] [stdout]      = help: the following other types implement trait `Div<Rhs>`:
[INFO] [stdout]                `&usize` implements `Div<usize>`
[INFO] [stdout]                `&usize` implements `Div`
[INFO] [stdout]                `usize` implements `Div<&usize>`
[INFO] [stdout]                `usize` implements `Div<NonZero<usize>>`
[INFO] [stdout]                `usize` implements `Div`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:2065:27
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     let rs = Limb::BITS - s;
[INFO] [stdout]      |                           ^ expected `u32`, found `usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lexical-core-0.7.4/src/atof/algorithm/math.rs:2065:25
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     let rs = Limb::BITS - s;
[INFO] [stdout]      |                         ^ no implementation for `u32 - usize`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Sub<usize>` is not implemented for `u32`
[INFO] [stdout] help: the following other types implement trait `Sub<Rhs>`
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:210:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/ops/arith.rs:225:0
[INFO] [stdout]      |
[INFO] [stdout]      = note: in this macro invocation
[INFO] [stdout]     --> /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:22:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub<u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:33:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `u32` implements `Sub<&u32>`
[INFO] [stdout]     ::: /rustc/b52edc25bfbaa955b4b83c10f998e5224c3478b2/library/core/src/internal_macros.rs:44:8
[INFO] [stdout]      |
[INFO] [stdout]      = note: `&u32` implements `Sub`
[INFO] [stdout]      = note: this error originates in the macro `sub_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lexical-core` (lib) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "309ba2bfe835f8eb6a2d9d12b63c366922cbb7914487f8775411775b438aed44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "309ba2bfe835f8eb6a2d9d12b63c366922cbb7914487f8775411775b438aed44", kill_on_drop: false }`
[INFO] [stdout] 309ba2bfe835f8eb6a2d9d12b63c366922cbb7914487f8775411775b438aed44
